home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 26 / AMIGAplus Sonderheft 26 (2000)(Falke)(DE)(Track 1 of 2)[!].iso / Tools / GFX-Viewer / SViewII / SvII-GL / SvII-GL.readme < prev    next >
Text File  |  1999-03-29  |  2KB  |  74 lines

  1. Short: SViewII-based AmigaMesaRTL outputhandler
  2. Type: gfx/misc
  3. Uploader: Andreas_Kleinert@t-online.de
  4. Author: Andreas R. Kleinert
  5.  
  6.               sviewmesa 1.00 (24.11.98)
  7.  
  8.  (C) 1998 by Andreas R. Kleinert. All rights reserved.
  9.  
  10.  
  11.  "sviewmesa" is an outputhandler for the AmigaMesaRTL system,
  12.  that does implement a subset of OpenGL for the Amiga.
  13.  
  14.  You may obtain a copy of AMesaRTL from Aminet:util/libs/amrtl#?.lha
  15.  (e.g. "amrtl040.lha" is the version for 040 CPUs with FPU).
  16.  
  17.  
  18.  What is it for ?
  19.  ----------------
  20.  It's to import GL-based drawings directly into SViewII.
  21.  
  22.  How to use ?
  23.  ------------
  24.    - well, first you have to install it
  25.      (-> Execute "install.bat" in a CLI/Shell or via IconX)
  26.    - then, each time it again needs to be set as the
  27.      default outputhandler for AMesaRTL ("init.bat")
  28.      (-> Execute "init.bat" in a CLI/Shell or via IconX)
  29.  
  30.  How does it work ?
  31.  ------------------
  32.    - you start any AMesaRTL application (after init.bat)
  33.    - its output will be directed to "sviewmesa"
  34.    - the "sviewmesa" handler then will write a temporary PNM file
  35.    - SViewII will be started, if not already done
  36.      (please adjust the search path in "init.bat" accordingly)
  37.    - after that, the PNM file will be imported to SViewII
  38.      via ARexx (using the port named "SViewII.rx")
  39.    - the PNM file again will be deleted
  40.  
  41.  What to do next ?
  42.  -----------------
  43.    - close the Window that has been left open by "sviewmesa"
  44.    - do something with the graphics (maybe at first make a copy,
  45.      because "sviewmesa" will delete if right after importing
  46.      it to SViewII)
  47.  
  48.  
  49.  Additionally
  50.  ------------
  51.    The source code is included for educational purposes - although
  52.    it looks quite poor. Currently, all images will be imported
  53.    using the fixed size of 640x480. This for example easily could
  54.    be changed by introducing another set of enviroment variables
  55.    or even a GUI.
  56.  
  57.    Please let me know, if there should be any interest!
  58.  
  59.  
  60.  
  61.  ********************************************************************
  62.  About: AmigaMesaRTL
  63.  ********************************************************************
  64.  
  65.                              AmigaMesaRTL 3.0
  66.                       A run-time library of Mesa 3.0
  67.  
  68.                          by Jarno van der Linden
  69.                             jarno@kcbbs.gen.nz
  70.  
  71.             http://www.kcbbs.gen.nz/~jarno/AmigaMesaRTL.html
  72.  
  73.              Mesa 3.0 is Copyright (C) 1995-1998  Brian Paul
  74.